projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bee507
)
Remove outdated FIXME
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 13 Jun 2019 15:19:32 +0000
(17:19 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 13 Jun 2019 15:19:32 +0000
(17:19 +0200)
* lisp/emacs-lisp/eieio-core.el (eieio--slot-name-index): Remove
comment about issuing a byte compilation warning about accessing
slots via :initarg -- it was implemented a few months later.
lisp/emacs-lisp/eieio-core.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/eieio-core.el
b/lisp/emacs-lisp/eieio-core.el
index 30445f9e64533ceec11eb8b69221434a305d8473..01a821ed2a1eace3316f8967132d20c57e42ec17 100644
(file)
--- a/
lisp/emacs-lisp/eieio-core.el
+++ b/
lisp/emacs-lisp/eieio-core.el
@@
-866,7
+866,6
@@
reverse-lookup that name, and recurse with the associated slot value."
(if fn
;; Accessing a slot via its :initarg is accepted by EIEIO
;; (but not CLOS) but is a bad idea (for one: it's slower).
- ;; FIXME: We should emit a compile-time warning when this happens!
(eieio--slot-name-index class fn)
nil)))))